[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
@FARDATA         .FARDATA Segment Name                   Predefined EQU

  @FARDATA

     This predefined equate translates into the name of the initialized far
     data segment that was defined with the .FARDATA directive. Because the
     name of the far data segment can change with memory model, this
     predefined equate can be very useful.

     You can use it like this: ASSUME DS:@FARDATA.

       Notes:         The @FARDATA predefined equate is also useful to
                      generate segment overrides. To use simplified segment
                      directives like .FARDATA, you must have specified a
                      memory model with the .MODEL directive.

See Also: @DATA @FARDATA?
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson